<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.top-bg{
	padding: 20px 0;
}
.top-tel{
	text-align: right;
	font-size: 19px;
	color: #169ab6;
	font-weight: bold;
}
.top-tel span{
	font-size: 15px;
	color: #232323;
	margin:0 10px;
}
.top-tel img{
	vertical-align: middle;
}
.wxth{
	font-size: 13px;
	color: #000000;
}
.nav-bg{
	margin-top: 10px;
}
.nav-bg ul li{
	float: left;
	text-align: center;
	font-size: 13px;
	color: #a8a8a8;
	text-transform: uppercase;
	margin: 0 20px;
}
.nav-bg ul li p a{
	font-size: 18px;
	color: #5a5a5a;
	font-weight: bold;
}
.nav-bg ul li:hover{
	color: #a3dbc5;
}
.nav-bg ul li:hover p a{
	color: #13b283;
}

.banner-bg{
	background: url(../images/banner-bg.jpg) no-repeat center top;
	padding-bottom: 71px;
}
.xhll{
	margin-top: 132px;
	width: 292px;
	text-align: center;
	margin-left: 50px;
	font-size: 16px;
	color: #202020;
	line-height: 35px;
}
.xhll p{
	font-size: 32px;
	color: #232323;
	font-weight: bold;
}
.xhll p span{
	color: #007993;
}
.banner-gsmc{
	font-size: 23px;
	color: #fff;
	margin: 20px 0;
}
.dingwei{
	position: relative;
	height: 240px;
	padding-top: 320px;
}
.banner-lx{
	position: absolute;
	top: 320px;
	left: 360px;
	width: 250px;
	text-align: center;
}
.banner-lx&gt;p{
	font-size: 18px;
	color: #202020;
	font-weight: bold;
}
.banner-lx&gt;p:after{
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	background: #169ab6;
	margin: 10px auto;
}
.banner-lxlist ul li{
	font-size: 15px;
	color: #202020;
	line-height: 27px;
	text-align: left;
}
.banner-lxlist ul li span{
	font-weight: bold;
}
.b-ys{
	color: #169ab6;
	font-size: 17px;
}
.banner-lxlist ul li ul{
	float: right;
	margin-right: 90px;
}
.banner-gd{
	width: 740px;
}

.cp-tupian{
	text-align: center;
	height: 470px;
	overflow: hidden;
}
.cp-tupian img{
	width: 100%;
	min-height: 100%;
	/*max-width: 100%;
	height: 100%;*/
}
.cpfl-mc{
	line-height: 90px;
}
.cpfl-mc a{
	font-size: 20px;
	color: #202020;
	font-weight: bold;
}
.cpfl-mc:before{
	content: "";
	display: block;
	float: left;
	width: 21px;
	height: 2px;
	background: #202020;
	margin-top: 44px;
	margin-left: 250px;
}
.cpfl-mc:after{
	content: "";
	display: block;
	float: right;
	width: 21px;
	height: 2px;
	background: #202020;
	margin-top: 44px;
	margin-right: 250px;
}


/*.mobile_nav&gt;ul&gt;li{
	float: left;
	line-height: 100px;
	text-align: center;

}
.mobile_nav&gt;ul&gt;li&gt;a{
	display: block;
	padding: 0 20px;
	border-bottom: solid 4px #fff;
}
.mobile_nav&gt;ul&gt;li&gt;a&gt;span{
	color: #191919;
	font-size: 15px;	
	display: block; 
}
.mobile_nav&gt;ul&gt;li:hover a{
	border-bottom: solid 4px #429144;
}
.mobile_nav&gt;ul&gt;li:hover a span{
	color: #429144;
}
.mobile_nav&gt;ul&gt;li&gt;#menu_selected{
	border-bottom: solid 4px #429144;
}
.mobile_nav&gt;ul&gt;li&gt;#menu_selected span{
	color: #429144;
}*/
/*.menulevel{
	display: none;
}
.nav-bg&gt;.mobile_nav&gt;ul&gt;li:hover&gt;.menulevel{
	display: block;
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	z-index: 999;
}
.menulevel li{
	line-height: 40px;
	background: rgba(255,255,255,.8);
}
.menulevel li:hover a span{
	color: #00cc33;
}*/



#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*footéƒ¨åˆ†*/
.footer-top{
	background: #2b2c2e;
	line-height: 60px;
	border-bottom: solid 1px #424242;
}
.footer-top ul li{
	float: left;
	margin: 0 72px;
}
.footer-top ul li a{
	font-size: 14px;
	color: #fff;
}
.footer-tel{
	font-size: 15px;
	color: #fff;
	margin-left: 30px;
	margin-top: 50px;
}
.footer-tel p{
	font-weight: bold;
}
.f-fwtel{
	font-size: 26px;
	font-family: impact;
}
.footer-bg{
	background: #2b2c2e;
}
.footer-logo{
	margin-top: 50px;
}
.footer-lxlist ul li{
	font-size: 15px;
	color: #fff;
	line-height: 32px;
}
.footer-lxlist{
	padding: 50px;
	border-left: solid 1px #424242;
	border-right: solid 1px #424242;
	margin-left: 100px;
}
.footer-lxlist ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
.footer-left{
	margin-top: 40px;

    margin-bottom: 10px;
}

.bottom-bg{
	background: #06a274;
	padding: 10px 0;
	text-align: right;
	line-height: 28px;
}
.bottom-bg p{
	color: #aad6c5;
	font-size: 12px;
}
.bottom-bg p a{
	color: #aad6c5;
	font-size: 12px;
}
.wzbb{
	color: #aad6c5;
	font-size: 12px;
}
.wzbb a{
	color: #aad6c5;
}
.foot-content{
	color: #aad6c5;
}
.foot-content a{
	color: #aad6c5;
}

#top_box{position:fixed; width:148px; height:350px;  bottom:20px; left:10px; _display:none;}
/*å†…é¡µéƒ¨åˆ†*/
.ny-bg{
	background: url(../images/ny-bg.jpg) no-repeat center top;
	padding: 60px 0;
}
.ny-location{
	font-size: 16px;
	color: #202020;
}
.ny-location a{
	color: #202020;
	font-size: 16px;
}
.ny-tit:before{
	content: "";
	display: block;
	float: left;
	width: 5px;
	height: 29px;
	background: #006a80;
	margin-right: 10px;
	margin-top: 10px;
}
.ny-tit{
	font-size: 28px;
	color: #006a80;
}
.ny-tit span{
	font-size: 18px;
	color: #c4c4c4;
	text-transform: uppercase;
	margin-left: 10px;
}
.ny-ysimg{
	margin-top: 20px;
	width: 590px;
}
.ny-ysimg img{
	width: 100%;
}
.ny-ys{
	margin-top: 40px;
}
.ny-right{
	width: 920px;
}

.ny-leftcp{
	background: url(../images/ny-topbg.jpg) no-repeat center top;
}
.ny-leftab{
	background: url(../images/ny-topbgab.jpg) no-repeat center top;
}
.ny-leftxw{
	background: url(../images/ny-topbgxw.jpg) no-repeat center top;
}
.ny-leftly{
	background: url(../images/ny-topbgly.jpg) no-repeat center top;
}
.ny-leftlx{
	background: url(../images/ny-topbglx.jpg) no-repeat center top;
}



.ny-neirong{
	margin-top: 40px;
}
.nyys-bg{
	background: url(../images/nyys-bg.jpg) no-repeat center top;
	padding: 100px 0 150px;
}
.nyys-box{
	margin-top: 180px;
}
.ny-bottom{
	margin-top: 40px;
}
.ny-neirong1{
	width: 900px;
}



.ckly-list ul li{
	border-bottom: solid 1px #b6b6b6;
	padding: 10px 0;
}
.ckly-date{
	text-align: center;
	background: #06a274;
	width: 90px;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}
.ckly-date p{
	font-size: 28px;
	font-weight: bold;
}
.ckly-nr{
	width: 800px;
	padding-top: 10px;
	line-height: 32px;
}
.khly-box{
	font-size: 16px;
}
.khly-box span{
	font-weight: bold;
	font-size: 18px;
}
.glyhf-box{
	font-size: 14px;
}
.glyhf-box span{
	font-weight: bold;
}







.ny-img img{
	width: 100%;
}

.ny-sj{
	font-size: 16px;
	color: #878787;
	margin-top: 10px;
}
.ny-xwimg{
	background: #fff;
	width: 270px;
	height: 190px;
	overflow: hidden;
	text-align: center;
}
.ny-xwimg img{
	height: 100%;
	 cursor: pointer;
				transition: all 0.6s;
}
.ny-xwimg img:hover{
	transform: scale(1.1);
}
.ny-xwkd{
	width: 596px;
	background: #fff;
	padding: 27px;
}


#spec-n1{
	background-image: radial-gradient(#fff 20%, #d4d4d4);
	height: 340px;
	overflow: hidden;
	border-radius: 10px;
}
#spec-n1 img{
	width: 100%;
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}




/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}






















.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}











/*é¦–é¡µéƒ¨åˆ†*/
.cp-bg{
	background: url(../images/cp-bg.jpg) no-repeat center top;
	padding-bottom: 131px;
}
.cp-top{
	border-top: solid 1px #b6b6b6;
	border-bottom: solid 1px #b6b6b6;
	line-height: 50px;
}
.cp-tit:before{
	content: "";
	display: block;
	float: left;
	width: 5px;
	height: 29px;
	background: #006a80;
	margin-right: 10px;
	margin-top: 10px;
}
.cp-tit a{
	font-size: 28px;
	color: #006a80;
}
.cp-tit a span{
	font-size: 18px;
	color: #c4c4c4;
	text-transform: uppercase;
	margin-left: 10px;
}
.cp-left ul li{
	float: left;
}
.cp-left ul li a{
	font-size: 16px;
	color: #202020;
	border-right: solid 1px #202020;
	padding: 0 20px;
}
.cp-left ul li:last-child a{
	border-right: none;
}
.cp-bottom{
	margin-top: 30px;
}
.cp-tp{
	height: 240px;
	text-align: center;
	overflow: hidden;
}
.cp-tp img{
	/*height: 100%;*/
	width: 100%;
}
.cp-mc{
	margin: 0 20px;
	border-top: solid 1px #d0dbf3;
	line-height: 50px;
}
.cp-mc a{
	font-size: 16px;
	color: #154ac2;
	font-weight: bold;
}

.jjxw-box{
	margin: 30px auto;
}
.about-bg{
	width: 590px;
}
.about-tit{
	font-size: 13px;
	color: #525252;
	text-transform: uppercase;
}
.about-tit span{
	font-size: 25px;
	color: #525252;
	font-weight: bold;
	margin-right: 10px;
}
.about-top{
	margin-top: 10px;
}
.gsjj-text{
	width: 330px;
	line-height: 28px;
}
.gsjj-text p{
	font-size: 13px;
	color: #626262;
}
.about-more{
	background: url(../images/about-more.jpg) no-repeat center top;
	width: 109px;
	line-height: 39px;
	text-align: center;
}
.about-more a{
	font-size: 13px;
	color: #fff;
}

.xw-bg{
	width: 580px;
}
.xw-bottom{
	margin-top: 10px;
}
.xw-zxq{
	width: 370px;
}
.xw-xbt a{
	font-size: 18px;
	color: #404040;
}
.xw-xbt{
	margin-bottom: 10px;
}
.xw-xnr a{
	font-size: 13px;
	color: #9f9f9f;
	line-height: 24px;
}
.xw-con{
	margin-top: 20px;
}
.xw-con ul li{
	float: left;
	line-height: 36px;
	width: 50%;
}
.xw-con ul li a{
	font-size: 13px;
	color: #656565;
}
.xw-con ul li:before{
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 4px;
	background: #06A274;
	border-radius: 20px;
	margin-right: 10px;
	margin-top: 17px;
}

.ys-bg{
	background: url(../images/ys-bg.jpg) no-repeat center top #ededed;
	padding: 80px 0 40px;
}
.ys-tit{
	font-size: 19px;
	color: #9D9D9D;
	text-transform: uppercase;
}
.ys-tit p{
	font-size: 35px;
	color: #202020;
	font-weight: bold;
}
.ys-tit p span{
	color: #06a274;
}
.ys-db{
	width: 610px;
	margin-top: 44px;
}
.ys-db ul li{
	font-size: 13px;
	color: #202020;
	line-height: 25px;
	margin-bottom: 59px;
}
.ys-db ul li p{
	font-size: 21px;
	color: #202020;
	margin-bottom: 10px;
}
.ys-db ul li p span{
	color: #06a274;
	font-size: 27px;
	font-weight: bold;
}



.yqlj-con{
	font-size: 18px;
	color: #202020;	
	font-weight: bold;
}
.yqlj-con a{
	font-size: 18px;
	color: #202020;
	font-weight: normal;
}

/*å›¾ç‰‡åˆ—è¡¨*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 13px;width: 290px;}
.photos-demo span p{color: #202020; font-size: 20px;line-height: 60px;}
.tpmk-img{
	height: 370px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demo span img:hover{
	transform: scale(1.4);
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #169ab6; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.photos-demohz span{ display: inline-block; text-align: center; margin: 0 8px;width: 270px;}
.photos-demohz span p{color: #2b2b2b; font-size: 18px;line-height: 50px;}
.nyhz-img{
	height: 190px;
	overflow: hidden;
}
.photos-demohz span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demohz span img:hover{
	transform: scale(1.4);
}</pre></body></html>